From ffa2114f9490526c7ee9cb1903021e6fae8f93cd Mon Sep 17 00:00:00 2001 From: Sven Luther Date: Wed, 2 Nov 2005 11:37:58 +0000 Subject: [PATCH] Ah, forgot to escape the $'s :/ --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 3cd9ae4f..be7f2c17 100755 --- a/debian/rules +++ b/debian/rules @@ -38,7 +38,7 @@ endif config-stamp: configure for t in `find . -name \*.in`; do \ - sed -e 's%#OcamlABI#%3.09.0%' -e 's%#OcamlMAJOR#%3.09%' $t >${t%.in}; \ + sed -e 's%#OcamlABI#%3.09.0%' -e 's%#OcamlMAJOR#%3.09%' $$t >$${t%.in}; \ done dh_testdir # Add here commands to configure the package. -- 2.30.2